Dataloop Platform
Developers and support docs
SDK and CLI docs
Nothing Found
Dataloop Platform
Developers and support docs
SDK and CLI docs
Update Group
Change a groups role in a project
Request
path Parameters
projectId
required
string
groupId
required
string
Request Body schema:
application/json
role
required
string
(Role)
Enum:
"owner"
"annotator"
"engineer"
"annotationManager"
"owner"
"annotator"
"engineer"
"annotationManager"
Responses
200
Ok
patch
/projects/{projectId}/subgroups/{groupId}
Try it
Request samples
Payload
curl
JavaScript
Node.js
application/json
Copy
{
"role"
:
"owner"
}
Response samples
200
application/json
Example 1
Example 1
Copy
{
"role"
:
"engineer"
}
Next to
Remove Group